/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
}
.index-banner .box img {
  display: block;
  width: 100%;
}
.index-banner .swiper-points {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 2;
  width: 100%;
}
@keyframes animate1 {
  0% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1200px) {
  .index-banner .swiper-points {
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .index-banner .cont {
    font-size: 0.3rem;
    padding-top: var(--header-height);
  }
  .index-banner .mourse {
    display: none;
  }
}
.site-map {
  border-top: 1px solid #eeeeee;
}
.site-map .menu-son {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-size: 0;
}
.site-map .menu-son a:hover {
  color: #137fdc;
}
.site-map .menu-son .menu-title {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
}
.site-map .menu-son .menu-down .links {
  padding: 0 15px;
}
.site-map .menu-son .menu-down .ul {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 15px 15px;
}
.site-map .menu-son .menu-down .menu-down-type {
  margin-bottom: 5px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}
.site-map .menu-son .menu-down .menu-down-type strong {
  font-weight: normal;
}
.site-map .menu-son .menu-down .menu-down-type:first-child {
  border-top: 0 none;
}
.site-map .menu-son .menu-down .menu-down-type:last-child {
  margin-bottom: -15px;
}
.site-map .menu-son .menu-down .menu-down-word {
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .site-map .menu-son .menu-title {
    padding: 5px 10px;
  }
  .site-map .menu-son .menu-down .links {
    padding: 0 10px;
  }
  .site-map .menu-son .menu-down .ul {
    padding: 0 10px 10px;
  }
  .site-map .menu-son .menu-down .menu-down-type:last-child {
    margin-bottom: -10px;
  }
  .site-map .menu-son .menu-down .menu-down-word {
    padding: 0 5px;
  }
}

.index-product .flex-box {
  padding-bottom: clamp(35px, 5vw, 95px);
}
.index-product .left-cont {
  width: 20%;
  background-color: #efefef;
  flex-direction: column;
  justify-content: space-between;
}
.index-product .left-cont .h3 {
  padding: 0.9em 1.5em;
  background-color: #006CD1;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4em;
  color:#FFFFFF;
}
.index-product .left-cont .ul {
  --color: #333333;
  font-size: 18px;
  line-height: 1.4em;
  color: var(--color);
}
.index-product .left-cont .ul li:nth-child(odd) a {
  background-color: #d9d9d9;
}
.index-product .left-cont .ul li a {
  background: transparent;
  padding: 0.8em 1.44em;
}
.index-product .left-cont .ul li a:hover {
  background-color: var(--main-color);
  --color: #ffffff;
  color: var(--color);
}
.index-product .left-cont .ul .self-svg {
  --size: 0.5em;
  --fill: var(--color);
  margin-left: 1em;
  flex-shrink: 0;
}
.index-product .left-cont .phone-block {
  padding: 1em 1em 2.5em;
  font-size: 15px;
  line-height: 1.5em;
  color: #999999;
}
.index-product .left-cont .phone-block .phone-text {
  margin-bottom: 0.4em;
  letter-spacing: 1.4em;
}
.index-product .left-cont .phone-block .phone-val {
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  color: var(--main-color);
}
.index-product .right-cont {
  width: 78.46%;
}
.index-product .right-cont .big-cont {
  display: block;
  margin-bottom: 25px;
  position: relative;
  border:1px solid #eeeeee;
}
.index-product .right-cont .big-cont .img img {
  display: block;
}
.index-product .right-cont .big-cont .cont {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: clamp(10%, 360px, 40%);
  color: #333333;
}
.index-product .right-cont .big-cont .cont .title {
  margin-bottom: 0.5em;
  transform: translateX(0);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
  transition: color 0.3s, transform 0.3s;
}
.index-product .right-cont .big-cont .cont .des {
  margin-bottom: 4em;
  font-size: 18px;
  line-height: 1.6em;
}
.index-product .right-cont .big-cont:hover .cont .title {
  transform: translateX(0.2em);
  color: var(--main-color);
}
@media (max-width: 1330px) {
  .index-product .left-cont .h3 {
    padding: 0.7em 1.5em;
    font-size: 22px;
  }
  .index-product .left-cont .ul {
    font-size: 17px;
  }
  .index-product .left-cont .phone-block {
    font-size: 14px;
  }
  .index-product .left-cont .phone-block .phone-text {
    margin-bottom: 0.4em;
    letter-spacing: 1em;
  }
  .index-product .left-cont .phone-block .phone-val {
    font-size: 24px;
  }
  .index-product .right-cont .big-cont {
    margin-bottom: 20px;
  }
  .index-product .right-cont .big-cont .cont .title {
    font-size: 28px;
  }
  .index-product .right-cont .big-cont .cont .des {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .index-product .flex-box {
    padding-bottom: 0.6rem;
  }
  .index-product .left-cont {
    display: none;
  }
  .index-product .right-cont {
    width: 100%;
  }
  .index-product .right-cont .big-cont {
    margin-bottom: 0.2rem;
  }
  .index-product .right-cont .big-cont .cont .title {
    margin-bottom: 0.2em;
    font-size: 0.32rem;
  }
  .index-product .right-cont .big-cont .cont .des {
    margin-bottom: 0.3em;
    font-size: 0.28rem;
  }
}
.index-advantage {
  padding-bottom: clamp(35px, 5vw, 95px);
  background: url(list_2_bg.jpg) no-repeat center / cover;
}
.index-advantage .list2 {
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .index-advantage {
    padding-bottom: 0.6rem;
  }
  .index-advantage .list2 {
    margin-top: -0.1rem;
  }
}
.index-server {
  padding-bottom: clamp(35px, 5vw, 95px);
}
.index-server .tab-box {
  margin-top: -25px;
}
.index-server .tab-box .tab-title .tab-span.on .icon .i {
  opacity: 0;
}
.index-server .tab-box .tab-title .tab-span.on .icon .i_h {
  opacity: 1;
}
.index-server .tab-box .tab-title .tab-span.on .cont .h6 {
  font-weight: bold;
  color: var(--main-color);
}
.index-server .tab-box .tab-title .icon {
  margin-right: 12px;
  position: relative;
}
.index-server .tab-box .tab-title .icon img {
  display: block;
  transition: opacity 0.3s;
}
.index-server .tab-box .tab-title .icon .i {
  opacity: 1;
}
.index-server .tab-box .tab-title .icon .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-server .tab-box .tab-title .cont .h6 {
  font-size: 26px;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #333333;
}
.index-server .tab-box .tab-title .cont .en {
  font-size: 15px;
  line-height: 1em;
  color: #999999;
}
.index-server .tab-box .tab-title .line {
  --background-line: #c5c5c5;
  margin: 0 43px;
  height: 26px;
}
.index-server .tab-box .tab-cont {
  margin-top: 30px;
}
.index-server .tab-box .tab-cont .cont-box {
  position: relative;
}
.index-server .tab-box .tab-cont .cont-box::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}
.index-server .tab-box .tab-cont .cont-box img {
  display: block;
}
.index-server .tab-box .tab-cont .cont-box .cont {
  --space: 40px;
  position: absolute;
  z-index: 2;
  left: var(--space);
  bottom: var(--space);
  right: var(--space);
  background: #ffffff;
}
.index-server .tab-box .tab-cont .cont-box .txt-title {
  width: 305px;
  padding: 1em 1em;
  background-color: var(--main-color);
  align-content: center;
  color: #ffffff;
}
.index-server .tab-box .tab-cont .cont-box .txt-title .title-en {
  width: 100%;
  font-size: 18px;
  line-height: 1em;
}
.index-server .tab-box .tab-cont .cont-box .txt-title .title-cn {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
}
.index-server .tab-box .tab-cont .cont-box .txt-cont {
  position: relative;
  width: calc(100% - 305px);
  font-size: 18px;
  line-height: 28px;
  color: #555555;
}
.index-server .tab-box .tab-cont .cont-box .txt-cont .num {
  position: absolute;
  top: 0;
  right: 0.3em;
  transform: translateY(-50%);
  font-family: arial;
  font-size: 4.6em;
  font-weight: bold;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--main-color);
}
.index-server .tab-box .tab-cont .cont-box .txt-cont .pad {
  padding: 2.5em 1.4em 2.5em 2.3em;
}
@media (max-width: 1200px) {
  .index-server {
    padding-bottom: 0.6rem;
  }
  .index-server .tab-box {
    margin-top: -0.25rem;
  }
  .index-server .tab-box .tab-title .icon {
    width: 0.7rem;
    margin-right: 0.1rem;
  }
  .index-server .tab-box .tab-title .cont .h6 {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
  }
  .index-server .tab-box .tab-title .cont .en {
    font-size: 0.26rem;
  }
  .index-server .tab-box .tab-title .line {
    margin: 0 0.4rem;
    height: 0.36rem;
  }
  .index-server .tab-box .tab-cont {
    margin-top: 0.3rem;
  }
  .index-server .tab-box .tab-cont .cont-box .cont {
    --space: 0;
    position: relative;
    flex-wrap: wrap;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-title {
    width: 100%;
    padding: 1em 1em 0.8em;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-title .title-en {
    font-size: 0.26rem;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-title .title-cn {
    font-size: 0.3rem;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-cont {
    width: 100%;
    background-color: #f9f9f9;
    font-size: 0.26rem;
    line-height: 1.5em;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-cont .num {
    display: none;
    right: 0.3em;
    font-size: 3.6em;
  }
  .index-server .tab-box .tab-cont .cont-box .txt-cont .pad {
    padding: 1em 1.2em;
  }
}
.index-customized {
  padding-bottom: clamp(35px, 5vw, 95px);
  background: url(list_4_bg.jpg) no-repeat center / cover;
}
.index-customized .wrap-1300 {
  width: 1650px;
}
.index-customized .list .line-y {
  --background-line: #d1d1d1;
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
}
.index-customized .list .list-li {
  margin: 10px;
  position: relative;
  min-width: 202px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #333333;
  transform: translateY(0);
  transition: transform 0.3s;
}
.index-customized .list .list-li:nth-child(odd) .cont {
  border-radius: 1.1em;
  padding: 0.4em 1.5em;
  background-color: var(--main-color);
  line-height: 1.4em;
  color: #ffffff;
}
.index-customized .list .list-li .icon img {
  display: block;
  margin: 0 auto;
  transform: rotateY(0);
  transition: transform 0.3s;
}
.index-customized .list .list-li .title {
  margin-top: 13px;
  margin-bottom: 19px;
  font-size: 1.11em;
  font-weight: bold;
  line-height: 1.4em;
}
.index-customized .list .list-li .cont {
  border-radius: 1.1em;
  padding: 0.4em 1.5em;
  background-color: #006CD1;
  line-height: 1.4em;
  color: #ffffff;
}
.index-customized .list .list-li:hover {
  transform: translateY(-8px);
}
.index-customized .list .list-li:hover .icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1600px) {
  .index-customized .list .list-li {
    min-width: 202px;
    font-size: 16px;
  }
  .index-customized .list .list-li .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
}
@media (max-width: 1200px) {
  .index-customized {
    padding-bottom: 0.6rem;
  }
  .index-customized .list {
    margin: -0.4rem -0.15rem -0.15rem;
  }
  .index-customized .list .list-li {
    margin: 0.15rem 0;
    min-width: 0;
    width: 50%;
    padding: 0.15rem;
    font-size: 0.26rem;
  }
  .index-customized .list .list-li .icon img {
    width: 0.8rem;
  }
  .index-customized .list .list-li .title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.1em;
  }
  .index-customized .list .list-li .line-y {
    display: none;
    left: 0;
  }
  .index-customized .list .list-li .cont {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
.index-praise {
  padding-bottom: clamp(35px, 5vw, 95px);
  background: url(list_5_bg.jpg) no-repeat center / cover;
  overflow: hidden;
}
.index-praise .swiper-box {
  --pad: 20px;
  margin: calc(var(--pad)*-1);
}
.index-praise .swiper-box .swiper-slide {
  height: auto;
  padding: var(--pad);
}
.index-praise .swiper-box .swiper-slide .box {
  height: 100%;
  padding: 2.22em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  background-color: #f4f4f4;
  font-size: 18px;
  transition: box-shadow 0.3s;
}
.index-praise .swiper-box .swiper-slide .box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.index-praise .swiper-box .swiper-slide .box:hover .img-box img {
  transform: rotateY(180deg);
}
.index-praise .swiper-box .swiper-slide .img-box {
  flex-shrink: 0;
  width: 157px;
}
.index-praise .swiper-box .swiper-slide .img-box::before {
  padding-top: 100%;
}
.index-praise .swiper-box .swiper-slide .img-box img {
  transform: rotateY(0);
  transition: transform 0.3s;
}
.index-praise .swiper-box .swiper-slide .cont {
  width: calc(100% - 157px);
  padding-left: 2em;
}
.index-praise .swiper-box .swiper-slide .cont .title {
  font-size: 1.11em;
  font-weight: bold;
  line-height: 1.5em;
  color: #333333;
}
.index-praise .swiper-box .swiper-slide .cont .des {
  margin-top: 1em;
  line-height: 1.5em;
  color: #888888;
}
@media (max-width: 1200px) {
  .index-praise {
    padding-bottom: 0.6rem;
  }
  .index-praise .swiper-box {
    --pad: 0;
  }
  .index-praise .swiper-box .swiper-slide .box {
    padding: 1.9em;
    font-size: 0.28rem;
  }
  .index-praise .swiper-box .swiper-slide .img-box {
    width: 3rem;
  }
  .index-praise .swiper-box .swiper-slide .cont {
    width: calc(100% - 3rem);
    padding-left: 1.5em;
  }
}
@media (max-width: 768px) {
  .index-praise .swiper-box .swiper-slide .box {
    flex-wrap: wrap;
    text-align: center;
  }
  .index-praise .swiper-box .swiper-slide .img-box {
    margin: 0 auto 0.2rem;
    width: 3rem;
  }
  .index-praise .swiper-box .swiper-slide .cont {
    width: 100%;
    padding-left: 0;
  }
  .index-praise .swiper-box .swiper-slide .cont .des {
    margin-top: 0.2em;
  }
}
.index-video {
  padding-bottom: clamp(35px, 5vw, 95px);
}
.index-video .list {
  position: relative;
}
.index-video .list .list-li {
  font-size: 20px;
}
.index-video .list .list-li:nth-child(1) {
  width: 63.84%;
}
.index-video .list .list-li:nth-child(1) .box {
  font-size: 1.2em;
}
.index-video .list .list-li:nth-child(1) .box::before {
  padding-top: 65%;
}
.index-video .list .list-li:nth-child(2),
.index-video .list .list-li:nth-child(3) {
  width: 34.61%;
}
.index-video .list .list-li:nth-child(2) .box::before,
.index-video .list .list-li:nth-child(3) .box::before {
  padding-top: 57.77%;
}
.index-video .list .list-li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-video .list .list-li .box {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1.4em;
  color: #ffffff;
}
.index-video .list .list-li .box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.2em 1.7em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), #000000);
}
@media (max-width: 1200px) {
  .index-video {
    padding-bottom: 0.6rem;
  }
  .index-video .list {
    --pad: 0.1rem;
    margin: calc(var(--pad)*-1);
  }
  .index-video .list .list-li {
    padding: var(--pad);
    font-size: 0.26rem;
  }
  .index-video .list .list-li:nth-child(1) {
    width: 100%;
  }
  .index-video .list .list-li:nth-child(2),
  .index-video .list .list-li:nth-child(3) {
    width: 50%;
  }
  .index-video .list .list-li:nth-child(3) {
    position: static;
  }
  .index-video .list .list-li .box .title {
    padding: 1em 1.2em;
  }
  .index-video .list .list-li .video-play .self-svg {
    margin-top: -1em;
  }
}
.advertisement-block {
  padding-top: 54px;
  padding-bottom: 54px;
  background: url(list_7_bg.jpg) no-repeat center / cover;
  color: #ffffff;
}
.advertisement-block .left-cont {
  position: relative;
  max-width: 48%;
  font-size: 26px;
  line-height: 1.4em;
}
.advertisement-block .left-cont .icon {
  --size: 0.7695em;
  position: absolute;
  margin-top: 0.2em;
  margin-right: 0.5em;
  right: 100%;
  width: var(--size);
  height: calc(var(--size)*0.7);
  background: url(../images/icon_5_1.png) no-repeat center / contain;
}
.advertisement-block .left-cont .h5 {
  margin-bottom: 4px;
}
.advertisement-block .left-cont .big {
  font-size: 1.38em;
  font-weight: bold;
}
.advertisement-block .left-cont .word-span {
  margin-left: 0.8em;
}
.advertisement-block .right-cont {
  max-width: 48%;
}
.advertisement-block .right-cont .phone-block {
  margin-right: 34px;
  position: relative;
  font-size: 16px;
  line-height: 2em;
}
.advertisement-block .right-cont .phone-block .self-svg {
  --size1: 2em;
  --size: calc(var(--size1)*0.6);
  --fill: var(--main-color);
  margin-right: 18px;
  position: absolute;
  right: 100%;
  border-radius: 50%;
  background: #ffffff;
  width: var(--size1);
  height: var(--size1);
}
.advertisement-block .right-cont .phone-block .phone-title {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.54);
}
.advertisement-block .right-cont .phone-block .phone-num {
  font-size: 1.8125em;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .advertisement-block {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .advertisement-block .left-cont {
    max-width: 48%;
    font-size: 0.28rem;
  }
  .advertisement-block .left-cont .icon {
    margin-right: 0.3em;
  }
  .advertisement-block .left-cont .h5 {
    margin-bottom: 0.4em;
  }
  .advertisement-block .left-cont .word-span {
    margin-left: 0.5em;
  }
  .advertisement-block .right-cont .phone-block {
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 2em;
  }
  .advertisement-block .right-cont .phone-block .self-svg {
    --size1: 2em;
    margin-right: 0.2rem;
  }
  .advertisement-block .right-cont .phone-block .phone-title {
    margin-bottom: 2px;
  }
  .advertisement-block .right-cont .phone-block .phone-num {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  .advertisement-block {
    text-align: center;
  }
  .advertisement-block .left-cont {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.28rem;
  }
  .advertisement-block .left-cont .icon {
    position: static;
    right: auto;
    left: 0;
  }
  .advertisement-block .left-cont .h5 {
    margin-left: 0.15rem;
  }
  .advertisement-block .left-cont .word {
    width: 100%;
  }
  .advertisement-block .right-cont {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .advertisement-block .right-cont .phone-block {
    margin-right: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .advertisement-block .right-cont .phone-block .self-svg {
    --size1: 1.1em;
    position: static;
    margin-top: 0.4em;
    margin-right: 0.1rem;
    right: auto;
    left: 0;
  }
  .advertisement-block .right-cont .phone-block .phone-title {
    display: flex;
    margin-left: 0;
    justify-content: center;
  }
}
.index-news {
  padding-bottom: clamp(35px, 5vw, 95px);
  background: url(list_8_bg.jpg) no-repeat center / cover;
}
.index-news .title-box {
  position: relative;
  margin-top: -30px;
  margin-bottom: 55px;
}
.index-news .title-box .title-span {
  padding: 0 7px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
}
.index-news .title-box .title-span a {
  display: block;
  min-width: 142px;
  padding: 0 1em;
  background: #ffffff;
  color: #333333;
  transition: background 0.3s, color 0.3s;
}
.index-news .title-box .title-span:hover a,
.index-news .title-box .title-span.on a {
  background: var(--main-color);
  color: #ffffff;
}
.index-news .flex-box .left-cont {
  width: 47.69%;
}
.index-news .flex-box .left-cont .img-box::before {
  padding-top: 50%;
}
.index-news .flex-box .right-cont {
  width: 47.69%;
}
.index-news .flex-box .box {
  display: block;
  transform: translateX(0);
  transition: transform 0.4s;
}
.index-news .flex-box .box:hover .text .title {
  transform: translateX(0.2em);
  color: var(--main-color);
}
.index-news .flex-box .cont {
  padding-top: 21px;
  padding-bottom: 21px;
}
.index-news .flex-box .cont .time {
  border-right: 1px solid #ebebeb;
  width: 105px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  font-family: arial;
}
.index-news .flex-box .cont .time .date {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: 1px;
  color: #333333;
}
.index-news .flex-box .cont .time .year {
  margin-top: 2px;
  font-size: 14px;
  line-height: 0.9em;
  color: #555555;
}
.index-news .flex-box .cont .text {
  width: calc(100% - 105px);
  padding: 0 30px 3px 25px;
  flex-direction: column;
  justify-content: center;
}
.index-news .flex-box .cont .text .title {
  transform: translateX(0);
  width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  color: #333333;
  transition: transform 0.4s, color 0.3s;
}
.index-news .flex-box .cont .text .des {
  margin-top: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.index-news .flex-box .list .list-li + .list-li {
  margin-top: 24px;
}
.index-news .flex-box .list .list-li .box {
  background: #ffffff;
}
.index-news .flex-box .list .list-li .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}
@media (max-width: 1200px) {
  .index-news {
    padding-bottom: 0.6rem;
  }
  .index-news .title-box {
    margin-top: -0.2rem;
    margin-bottom: 0.4rem;
  }
  .index-news .title-box .title-span {
    padding: 0 0.1rem;
    font-size: 0.3rem;
    line-height: 1.6em;
  }
  .index-news .title-box .title-span a {
    min-width: 1.5rem;
    padding: 0.4em 1.6em;
  }
  .index-news .flex-box .left-cont {
    width: 100%;
  }
  .index-news .flex-box .right-cont {
    width: 100%;
  }
  .index-news .flex-box .cont {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .index-news .flex-box .cont .time {
    width: 1.7rem;
  }
  .index-news .flex-box .cont .time .date {
    font-size: 0.65rem;
    letter-spacing: 0.02em;
  }
  .index-news .flex-box .cont .time .year {
    margin-top: 0.4em;
    font-size: 0.28rem;
  }
  .index-news .flex-box .cont .text {
    width: calc(100% - 1.7rem);
    padding: 0.1rem 0.3rem;
  }
  .index-news .flex-box .cont .text .title {
    font-size: 0.28rem;
  }
  .index-news .flex-box .cont .text .des {
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
  .index-news .flex-box .list .list-li + .list-li {
    margin-top: 0.3rem;
  }
}
.index-about {
  padding-bottom: clamp(35px, 5vw, 95px);
}
.index-about .img .pc {
  display: block;
}
.index-about .img .phone {
  display: none;
}
.index-about .bg {
  margin-top: -150px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(4, 0, 0, 0.13);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 28px;
}
.index-about .auto-title-block {
  padding-top: 60px;
}
.index-about .cont-text {
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}
.index-about .title-box {
  --h: 46px;
  --bg: #f3f3f3;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: var(--h);
  color: #333333;
}
.index-about .title-box .title-span {
  margin: 0 0.49em;
  position: relative;
}
.index-about .title-box .title-span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
}
.index-about .title-box .title-span .title-icon {
  position: absolute;
  top: 0;
  width: 1em;
  height: var(--h);
  overflow: hidden;
}
.index-about .title-box .title-span .title-icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-top: var(--h) solid transparent;
  border-bottom: var(--h) solid transparent;
}
.index-about .title-box .title-span .title-word {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 1.6em;
}
.index-about .title-box .title-span:nth-child(odd) .title-icon {
  left: 100%;
}
.index-about .title-box .title-span:nth-child(odd) .title-icon::before {
  left: 0;
  bottom: 0;
  border-left: 1em solid var(--bg);
}
.index-about .title-box .title-span:nth-child(even) .title-icon {
  right: 100%;
}
.index-about .title-box .title-span:nth-child(even) .title-icon::before {
  top: 0;
  right: 0;
  border-right: 1em solid var(--bg);
}
.index-about .title-box .title-span:hover,
.index-about .title-box .title-span.on {
  color: #ffffff;
}
.index-about .title-box .title-span:hover::before,
.index-about .title-box .title-span.on::before {
  background-color: var(--main-color);
}
.index-about .title-box .title-span:hover .title-icon,
.index-about .title-box .title-span.on .title-icon {
  overflow: hidden;
}
.index-about .title-box .title-span:hover:nth-child(odd) .title-icon::before,
.index-about .title-box .title-span.on:nth-child(odd) .title-icon::before {
  border-left-color: var(--main-color);
}
.index-about .title-box .title-span:hover:nth-child(even) .title-icon::before,
.index-about .title-box .title-span.on:nth-child(even) .title-icon::before {
  border-right-color: var(--main-color);
}
.index-about .swiper-box {
  --pad: 15px;
  margin: 0 calc(var(--pad)*-1);
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.index-about .swiper-box .swiper .slide-li {
  display: none;
}
.index-about .swiper-box .swiper .swiper-slide {
  display: flex;
}
.index-about .swiper-box .swiper .swiper-slide .box {
  margin: 0 var(--pad);
}
.index-about .swiper-box .swiper .swiper-slide .cont {
  padding: 0.7em 1.5em;
}
@media (max-width: 1200px) {
  .index-about {
    padding-bottom: 0.6rem;
  }
  .index-about .bg {
    margin-top: -10vw;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    padding-bottom: 0.25rem;
  }
  .index-about .auto-title-block {
    padding-top: 2.5em;
  }
  .index-about .cont-text {
    margin-top: -0.2rem;
    font-size: 0.28rem;
    line-height: 1.7em;
  }
  .index-about .title-box {
    --h: 0.66rem;
    --bg: #f3f3f3;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
  .index-about .swiper-box {
    --pad: 0.1rem;
    font-size: 0.28rem;
  }
}
@media (max-width: 768px) {
  .index-about .img .pc {
    display: none;
  }
  .index-about .img .phone {
    display: block;
  }
}
.auto-banner {
  position: relative;
}
.auto-banner .img-div img {
  display: block;
}
.auto-banner .img-div .pc {
  display: block;
}
.auto-banner .img-div .phone {
  display: none;
}
.auto-banner .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.auto-banner .word .h1 {
  font-size: clamp(24px, 2.5vw, 44px);
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .auto-banner .word .h1 {
    font-size: 0.34rem;
  }
}
@media (max-width: 768px) {
  .auto-banner .img-div .pc {
    display: none;
  }
  .auto-banner .img-div .phone {
    display: block;
  }
}
.about-block-a {
  padding-bottom: clamp(35px, 5vw, 80px);
}
.about-block-a .flex-box .left-cont {
  width: 47.69%;
}
.about-block-a .flex-box .left-cont .h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--main-color);
}
.about-block-a .flex-box .left-cont .hr {
  margin-top: 35px;
  margin-bottom: 30px;
  border: 0 none;
  border-top: 1px solid #e9e9e9;
}
.about-block-a .flex-box .left-cont .text {
  font-size: 16px;
  line-height: 2.25em;
  color: #555555;
}
.about-block-a .right-cont {
  width: 48.08%;
}
@media (max-width: 1200px) {
  .about-block-a {
    padding-bottom: 0.6rem;
  }
  .about-block-a .flex-box .left-cont {
    width: 100%;
  }
  .about-block-a .flex-box .left-cont .h3 {
    font-size: 0.3rem;
  }
  .about-block-a .flex-box .left-cont .hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .about-block-a .flex-box .left-cont .text {
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .about-block-a .right-cont {
    margin-top: 0.3rem;
    width: 625px;
    max-width: 100%;
  }
}
.honor-block {
  padding-bottom: clamp(35px, 5vw, 100px);
  background: url(../images/about/list_3_bg.jpg) no-repeat center / cover;
}
.honor-block .swiper-box {
  --pad: 16px;
  margin: calc(var(--pad)*-1);
  font-size: 15px;
  line-height: 1.4em;
  color: #333333;
}
.honor-block .swiper-box .swiper .swiper-slide {
  padding: var(--pad);
}
.honor-block .swiper-box .swiper .swiper-slide .box {
  display: block;
  background-color: #ffffff;
  padding: 29px 29px 20px;
}
.honor-block .swiper-box .swiper .swiper-slide .title {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .honor-block {
    padding-bottom: 0.6rem;
  }
  .honor-block .swiper-box {
    --pad: 8px;
    font-size: 0.26rem;
  }
  .honor-block .swiper-box .swiper .swiper-slide .box {
    padding: 0.3rem 0.25rem 0.25rem;
  }
  .honor-block .swiper-box .swiper .swiper-slide .title {
    margin-top: 0.15rem;
  }
}
.culture-block {
  padding-bottom: clamp(35px, 5vw, 100px);
  overflow: hidden;
}
.culture-block .flex-box {
  --w: 60px;
  --space: clamp(10px, var(--bettwen-1300-pad), 310px);
  position: relative;
}
.culture-block .flex-box .swiper-word {
  width: 50%;
  padding-right: calc(var(--w)*1.2);
  font-size: 18px;
  line-height: 2em;
  color: #777777;
}
.culture-block .flex-box .swiper-word h5 {
  margin-bottom: 0.5em;
  font-size: 1.77em;
  line-height: 1.4em;
  color: #333333;
}
.culture-block .flex-box .swiper-img {
  width: 50%;
}
.culture-block .flex-box .swiper-img .swiper-box {
  width: calc(100% + var(--space));
}
.culture-block .flex-box .swiper-btns {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.culture-block .flex-box .swiper-btns .swiper-btn {
  --size1: var(--w);
  --fill: #ffffff;
  border-radius: 0;
  background: #3f3f3f;
}
.culture-block .flex-box .swiper-btns .swiper-btn .self-svg {
  --size: calc(var(--size1)*0.5);
}
.culture-block .flex-box .swiper-btns .swiper-btn.prev .self-svg {
  margin-right: 7%;
}
.culture-block .flex-box .swiper-btns .swiper-btn.next .self-svg {
  margin-right: 7%;
}
.culture-block .flex-box .swiper-btns .swiper-btn:hover {
  background: var(--main-color);
}
@media (max-width: 1500px) {
  .culture-block .flex-box {
    --w: 50px;
  }
  .culture-block .flex-box .swiper-word {
    font-size: 17px;
    line-height: 1.7em;
  }
  .culture-block .flex-box .swiper-word h5 {
    font-size: 1.6em;
  }
}
@media (max-width: 1200px) {
  .culture-block {
    padding-bottom: 0.6rem;
  }
  .culture-block .flex-box {
    --w: 0.7rem;
    position: relative;
    flex-wrap: wrap;
  }
  .culture-block .flex-box .swiper-word {
    width: 100%;
    padding-right: 0;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .culture-block .flex-box .swiper-word h5 {
    margin-bottom: 0.2em;
    font-size: 1.4em;
  }
  .culture-block .flex-box .swiper-img {
    order: -1;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .culture-block .flex-box .swiper-img .swiper-box {
    width: 100%;
  }
  .culture-block .flex-box .swiper-btns {
    position: static;
    left: 0;
    top: 0;
    z-index: 2;
    transform: none;
  }
  .culture-block .flex-box .swiper-btns .swiper-btn {
    position: absolute;
    top: 0;
  }
  .culture-block .flex-box .swiper-btns .swiper-btn.prev {
    left: 0;
  }
  .culture-block .flex-box .swiper-btns .swiper-btn.next {
    left: 100%;
    transform: translateX(-100%);
  }
}
.history-block {
  padding-bottom: clamp(35px, 5vw, 100px);
  background-color: #f7f7f7;
  overflow: hidden;
}
.history-block .year-box {
  --pad: 50px;
  --h: 80px;
  --w: 60px;
  position: relative;
  z-index: 2;
  padding-left: calc(var(--pad)*1.1);
  padding-right: calc(var(--pad)*1.1);
}
.history-block .year-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  background-color: #e9ebf4;
}
.history-block .year-box .point {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
}
.history-block .year-box .swiper-pad {
  width: calc(var(--w)*4);
  overflow: hidden;
}
.history-block .year-box .swiper-pad .swiper {
  width: calc(var(--w)*9);
}
.history-block .year-box .swiper-right .swiper {
  float: right;
}
.history-block .year-box .swiper-mid {
  width: calc(100% - var(--w)*8);
}
.history-block .year-box .swiper-mid .box .num {
  margin-left: 25px;
  margin-top: 0;
  position: static;
  transform: translate(0);
  line-height: var(--h);
}
.history-block .year-box .swiper-mid .swiper-slide-active .box .num {
  font-size: 99px;
  color: var(--main-color);
}
.history-block .year-box .box {
  position: relative;
  height: var(--h);
}
.history-block .year-box .box .num {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1em;
  color: #999999;
  transition: all 0.3s;
}
.history-block .year-box .swiper-btns .swiper-btn {
  --size1: var(--pad);
  --fill: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--main-color);
}
.history-block .year-box .swiper-btns .prev {
  left: 0;
}
.history-block .year-box .swiper-btns .next {
  right: 0;
}
.history-block .year-cont-box {
  margin-top: 75px;
}
.history-block .year-cont-box .flex-box .img {
  width: 50%;
}
.history-block .year-cont-box .flex-box .img img {
  display: block;
  margin: 0 auto;
}
.history-block .year-cont-box .flex-box .cont {
  width: 50%;
  padding-left: 3.2%;
}
.history-block .year-cont-box .flex-box .h6 {
  font-size: 30px;
  line-height: 1.6em;
  color: #222222;
}
.history-block .year-cont-box .flex-box .text {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.8em;
  color: #999999;
}
@media (max-width: 1500px) {
  .history-block .year-box .swiper-mid .swiper-slide-active .box .num {
    font-size: 70px;
  }
  .history-block .year-cont-box {
    margin-top: 55px;
  }
  .history-block .year-cont-box .flex-box .h6 {
    font-size: 26px;
  }
  .history-block .year-cont-box .flex-box .text {
    margin-top: 0.5em;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .history-block {
    padding-bottom: 0.6rem;
  }
  .history-block .year-box {
    --pad: 0.6rem;
    --h: 0.8rem;
    --w: 0.8rem;
    margin-top: -0.2rem;
  }
  .history-block .year-box .point {
    width: 0.1rem;
    height: 0.1rem;
  }
  .history-block .year-box .swiper-pad {
    width: calc(var(--w)*2);
    overflow: hidden;
  }
  .history-block .year-box .swiper-pad .swiper {
    width: calc(var(--w)*5);
  }
  .history-block .year-box .swiper-mid {
    width: calc(100% - var(--w)*4);
  }
  .history-block .year-box .swiper-mid .box .num {
    margin-left: 0.2rem;
  }
  .history-block .year-box .swiper-mid .swiper-slide-active .box .num {
    font-size: 0.5rem;
  }
  .history-block .year-box .box .num {
    margin-top: 0.3rem;
    font-size: 0.28rem;
  }
  .history-block .year-cont-box {
    margin-top: 0.3rem;
  }
  .history-block .year-cont-box .flex-box .img {
    width: 100%;
  }
  .history-block .year-cont-box .flex-box .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .history-block .year-cont-box .flex-box .h6 {
    font-size: 0.3rem;
    line-height: 1.5em;
  }
  .history-block .year-cont-box .flex-box .text {
    margin-top: 0.5em;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
}
.corporate-style-block {
  padding-bottom: clamp(35px, 5vw, 95px);
}
.corporate-style-block .swiper-box {
  --pad: 15px;
  margin: 0 calc(var(--pad)*-1);
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.corporate-style-block .swiper-box .swiper .swiper-slide .box {
  margin: 0 var(--pad);
}
.corporate-style-block .swiper-box .swiper .swiper-slide .cont {
  padding: 0.7em 1.5em;
}
@media (min-width: 1401px) {
  .corporate-style-block .swiper-btn-parent-a .swiper-btns-a .prev {
    left: -54px;
  }
  .corporate-style-block .swiper-btn-parent-a .swiper-btns-a .next {
    right: -54px;
  }
}
@media (max-width: 1200px) {
  .corporate-style-block {
    padding-bottom: 0.5rem;
  }
  .corporate-style-block .swiper-box {
    --pad: 0.1rem;
    font-size: 0.28rem;
  }
}
.video-list {
  padding-top: 70px;
  padding-bottom: 80px;
}
.video-list .page-btn-box {
  padding-bottom: 0;
}
@media (max-width: 1500px) {
  .video-list {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .video-list {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }
}
.left-right-block-a {
  padding-top: 40px;
  padding-bottom: 80px;
}
.left-right-block-a .l-r-left {
  width: 260px;
}
.left-right-block-a .l-r-left .type {
  border-bottom: 1px solid #ffffff;
  padding: 0.7em 1em;
  background: var(--main-color);
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  color: #ffffff;
}
.left-right-block-a .l-r-left .type .type-word {
  width: 100%;
}
.left-right-block-a .l-r-left .type .type-menu-switch {
  display: none;
}
.left-right-block-a .l-r-left .type-menu {
  display: block!important;
}
.left-right-block-a .l-r-left .li-level-1.open .li-title-1 .self-svg svg {
  transform: rotate(0);
}
.left-right-block-a .l-r-left .li-title-1 {
  padding: 0.7em 1.4em;
  background-color: #dddddd;
  font-size: 18px;
  line-height: 1.4em;
  color: #333333;
  transition: all 0.3s;
}
.left-right-block-a .l-r-left .li-title-1 .self-svg {
  --size: 0.7em;
  --fill: #333333;
  margin-left: 0.7em;
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
}
.left-right-block-a .l-r-left .li-title-1 .self-svg svg {
  margin-bottom: 10%;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.left-right-block-a .l-r-left .li-title-1:hover {
  color: var(--main-color);
}
.left-right-block-a .l-r-left .li-title-1:hover .self-svg {
  --fill: var(--main-color);
}
.left-right-block-a .l-r-left .ul-level-2 {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.left-right-block-a .l-r-left .ul-level-2 .li-title-2 {
  padding: 0.7em 1.6em 0.7em 2em;
  font-size: 16px;
  line-height: 1.6em;
  color: #555555;
}
.left-right-block-a .l-r-left .ul-level-2 .li-title-2 .self-svg {
  --size: 0.7em;
  --fill: #999999;
  margin-left: 0.7em;
  width: 1.6em;
  height: 1.6em;
  flex-shrink: 0;
  transform: translateX(0);
  transition: all 0.3s;
}
.left-right-block-a .l-r-left .ul-level-2 .li-title-2 .self-svg svg {
  margin-bottom: 10%;
}
.left-right-block-a .l-r-left .ul-level-2 .li-title-2.on,
.left-right-block-a .l-r-left .ul-level-2 .li-title-2:hover {
  color: var(--main-color);
}
.left-right-block-a .l-r-left .ul-level-2 .li-title-2.on .self-svg,
.left-right-block-a .l-r-left .ul-level-2 .li-title-2:hover .self-svg {
  --fill: var(--main-color);
  transform: translateX(5px);
}
.left-right-block-a .l-r-right {
  width: calc(100% - 260px - 2.3%);
}
.left-right-block-a .l-r-right .page-btn-box {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .left-right-block-a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
  }
  .left-right-block-a .l-r-left {
    position: relative;
    width: 100%;
  }
  .left-right-block-a .l-r-left .type {
    border-bottom: 0 none;
    font-size: 0.3rem;
  }
  .left-right-block-a .l-r-left .type .type-word {
    width: auto;
  }
  .left-right-block-a .l-r-left .type .type-menu-switch {
    --background-color: #ffffff;
    display: block;
    position: relative;
    width: 0.46rem;
    height: 24px;
  }
  .left-right-block-a .l-r-left .type .type-menu-switch .i {
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -1px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    width: 100%;
    height: 2px;
    background-color: var(--background-color);
    opacity: 1;
    transition: all 0.3s;
  }
  .left-right-block-a .l-r-left .type .type-menu-switch .i.i1 {
    margin-top: -9px;
  }
  .left-right-block-a .l-r-left .type .type-menu-switch .i.i3 {
    margin-top: 7px;
  }
  .left-right-block-a .l-r-left .type-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s, transform 0.5s;
  }
  .left-right-block-a .l-r-left .li-title-1 {
    font-size: 0.3rem;
  }
  .left-right-block-a .l-r-left .ul-level-2 {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
  }
  .left-right-block-a .l-r-left .ul-level-2 .li-title-2 {
    font-size: 0.28rem;
  }
  .left-right-block-a .l-r-left.show-menu .type-menu-switch .i.i1 {
    margin-top: 0;
    transform: rotate(45deg);
  }
  .left-right-block-a .l-r-left.show-menu .type-menu-switch .i.i2 {
    opacity: 0;
  }
  .left-right-block-a .l-r-left.show-menu .type-menu-switch .i.i3 {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .left-right-block-a .l-r-left.show-menu .type-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .left-right-block-a .l-r-right {
    width: 100%;
  }
}
.product-type-h2 {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0.3em;
  padding-bottom: 0.7em;
  font-size: 26px;
  line-height: 1.4em;
  color: #333333;
}
.product-type-h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 4em;
  background-color: var(--main-color);
}
.product-type .product-type-li + .product-type-li {
  padding-top: 50px;
}
.product-type .list4 {
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .product-type-h2 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.3rem;
  }
  .product-type {
    padding-top: 0.2rem;
  }
  .product-type .product-type-li + .product-type-li {
    padding-top: 0.2rem;
  }
  .product-type .list4 {
    padding-top: 0.3rem;
  }
}
.types-list {
  --pad: 6px;
  margin: calc(var(--pad)*-1);
  padding: 32px 0;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.types-list .types-list-li {
  padding: var(--pad);
}
.types-list .types-list-li a {
  display: block;
  padding: 0.56em 1em;
  background-color: var(--main-color);
  transition: all 0.3s;
}
.types-list .types-list-li a:hover {
  background-color: var(--main-hover-color);
}
@media (max-width: 1200px) {
  .types-list {
    --pad: 3px;
    padding: 0.3rem 0;
    font-size: 0.28rem;
    line-height: 1.4em;
  }
  .types-list .types-list-li a {
    padding: 0.35em 1em;
  }
}
.type-des-a {
  border-top: 1px solid #ebebeb;
  padding: 1em 0;
  font-size: 18px;
  line-height: 1.6em;
}
.type-des-a .type-des-p {
  padding: 0.6em 0;
}
.type-des-a .type-des-tit {
  margin-right: 0.6em;
  flex-shrink: 0;
  font-size: 20px;
  color: #333333;
}
.type-des-a .type-des-cont {
  color: #888888;
}
@media (max-width: 1200px) {
  .type-des-a {
    padding: 1em 0;
    font-size: 0.26rem;
    line-height: 1.5em;
  }
  .type-des-a .type-des-p {
    padding: 0.4em 0;
  }
  .type-des-a .type-des-tit {
    margin-right: 0.3em;
    font-size: 1.1em;
  }
}
.type-des-b {
  border-bottom: 1px solid #ebebeb;
  padding: 2em 0;
  font-size: 18px;
  line-height: 1.66em;
  color: #333333;
}
.type-des-b.mb5 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .type-des-b {
    padding: 1.2em 0;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .type-des-b.mb5 {
    margin-bottom: 0.5rem;
  }
}
.product-info .info-top {
  padding-top: 35px;
  padding-bottom: 65px;
}
.product-info .info-top .img-list {
  width: 52%;
}
.product-info .info-top .img-list .big-img {
  position: relative;
  background-color: #ffffff;
}
.product-info .info-top .img-list .big-img .img-box::before {
  padding-top: 69.52%;
}
.product-info .info-top .img-list .big-img img {
  object-fit: contain;
}
.product-info .info-top .img-list .big-img .icons {
  --size1: 30px;
  --fill: #ffffff;
  --size: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.product-info .info-top .img-list .big-img .icons .self-svg {
  width: var(--size1);
  height: var(--size1);
}
.product-info .info-top .img-list .big-img .hoverbox {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 50%;
  width: 50%;
  cursor: move;
  background: var(--main-color);
  opacity: 0.7;
}
.product-info .info-top .img-list .big-img .showbox {
  display: none;
  position: absolute;
  left: 102%;
  top: 0;
  border: 1px solid #eee;
  width: 70%;
  height: 70%;
  overflow: hidden;
}
.product-info .info-top .img-list .big-img .showbox img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: 99999%;
  object-fit: contain;
}
.product-info .info-top .img-list .swiper-box {
  --pad: 6px;
  margin-top: 12px;
  position: relative;
  padding: 0 calc(32px - var(--pad));
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide {
  padding: 0 var(--pad);
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box {
  display: block;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box::before {
  padding-top: 69.81%;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide .img-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  opacity: 0;
  transition: all 0.3s;
}
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide:hover .img-box::after,
.product-info .info-top .img-list .swiper-box .swiper .swiper-slide.on .img-box::after {
  opacity: 1;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn {
  position: absolute;
  top: 0;
  border-radius: 0;
  height: 100%;
  width: calc(32px - var(--pad));
}
.product-info .info-top .img-list .swiper-box .swiper-btns .prev {
  left: 0;
}
.product-info .info-top .img-list .swiper-box .swiper-btns .next {
  right: 0;
}
.product-info .info-top .cont {
  width: 45%;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.product-info .info-top .cont .h2 {
  margin-top: 3px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333333;
}
.product-info .info-top .cont .hr {
  margin: 15px 0;
  border: 0 none;
  border-top: 1px solid #dddddd;
}
.product-info .info-top .cont .des {
  padding: 7px 0 20px;
  line-height: 1.6em;
}
.product-info .info-top .cont .des p + p {
  margin-top: 1em;
}
.product-info .info-top .cont .contact-btn-box {
  margin-top: 45px;
}
.product-info .info-top .cont .contact-btn-box .btn {
  padding: 0 1.8em;
  background-color: var(--main-color);
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  transition: background 0.3s;
}
.product-info .info-top .cont .contact-btn-box .btn img {
  margin-right: 5px;
}
.product-info .info-top .cont .contact-btn-box .btn:hover {
  background-color: var(--main-hover-color);
}
.product-info .p-cont .pad {
  padding: 25px 35px;
}
.product-info .p-cont .p-detail {
  padding: 30px 0;
}
.related-products-block {
  margin-top: 50px;
}
.related-products-block .product-type-h2 {
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .product-info .info-top {
    padding-bottom: 35px;
  }
  .related-products-block {
    margin-top: 30px;
  }
  .related-products-block .product-type-h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .product-info .info-top {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .product-info .info-top .img-list {
    width: 100%;
  }
  .product-info .info-top .img-list .hoverbox {
    display: none!important;
  }
  .product-info .info-top .img-list .big-img .icons {
    display: none!important;
  }
  .product-info .info-top .img-list .showbox {
    display: none!important;
  }
  .product-info .info-top .img-list .swiper-box {
    --pad: 0.07rem;
    margin-top: 0.2rem;
    padding: 0 calc(0.5rem - var(--pad));
  }
  .product-info .info-top .img-list .swiper-box .swiper-btns .self-svg {
    --size: calc(var(--size1)*0.6);
  }
  .product-info .info-top .img-list .swiper-box .swiper-btns .swiper-btn {
    width: calc(0.5rem - var(--pad));
  }
  .product-info .info-top .cont {
    width: 100%;
    padding-top: 0.4rem;
    font-size: 0.28rem;
  }
  .product-info .info-top .cont .h2 {
    margin-top: 0.2em;
    font-size: 0.32rem;
  }
  .product-info .info-top .cont .hr {
    margin: 0.2rem 0;
  }
  .product-info .info-top .cont .des {
    padding: 0.06rem 0 0.2rem;
  }
  .product-info .info-top .cont .des p + p {
    margin-top: 0.3em;
  }
  .product-info .info-top .cont .contact-btn-box {
    margin-top: 0.4rem;
  }
  .product-info .info-top .cont .contact-btn-box .btn {
    font-size: 0.28rem;
    line-height: 3em;
  }
  .product-info .p-cont .pad {
    padding: 0.3rem 0.3rem;
  }
  .product-info .p-cont .p-detail {
    padding: 0.3rem 0;
  }
  .related-products-block {
    margin-top: 0.3rem;
  }
  .related-products-block .product-type-h2 {
    margin-bottom: 0.4rem;
  }
}
.down-list .list6 {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .down-list .list6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .down-list .list6 {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
}
.question-list {
  padding-bottom: 95px;
}
@media (max-width: 1500px) {
  .question-list {
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .question-list {
    padding-bottom: 0.6rem;
  }
}
.news-list {
  padding-bottom: 25px;
}
.news-list .list8 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .news-list {
    padding-bottom: 15px;
  }
  .news-list .list8 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .news-list {
    padding-bottom: 0.2rem;
  }
  .news-list .list8 {
    margin-top: 0.2rem;
  }
}
.news-info {
  padding-top: 60px;
  padding-bottom: 38px;
}
.news-info .news-left {
  width: 71.6%;
}
.news-info .news-left .h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.news-info .news-left .other {
  padding-top: 13px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #c8c8c8;
}
.news-info .news-left .other .looks {
  margin-left: 15px;
}
.news-info .news-left .content {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #555555;
}
.news-info .news-left .content img {
  height: auto!important;
}
.news-info .news-left .content p + p {
  margin-top: 0.8em;
}
.news-info .news-right {
  width: 25%;
}
.news-info .news-right .put-news {
  position: sticky;
  top: var(--header-height);
}
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 15px;
  line-height: 2em;
  color: #555555;
}
.info-page-box .p a:hover {
  color: var(--main-color);
}
.put-news .title {
  padding-bottom: 25px;
  font-size: 26px;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1500px) {
  .news-info {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .news-info .news-left .h2 {
    font-size: 26px;
  }
  .news-info .news-left .other {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .news-info .news-left .content {
    padding: 35px 0;
    line-height: 1.8em;
  }
  .news-info .news-left .content p + p {
    margin-top: 0.5em;
  }
  .info-page-box {
    padding: 15px 0;
  }
  .put-news .title {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding: 0.5rem 0;
  }
  .news-info .news-left {
    width: 100%;
  }
  .news-info .news-left .h2 {
    text-align: center;
    font-size: 0.32rem;
  }
  .news-info .news-left .other {
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
  }
  .news-info .news-left .other .word {
    width: 100%;
    text-align: center;
  }
  .news-info .news-left .other .share-box-a {
    width: 100%;
  }
  .news-info .news-left .content {
    padding: 0.35rem 0;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .news-info .news-left .content p + p {
    margin-top: 0.1em;
  }
  .news-info .news-right {
    margin-top: 0.2rem;
    width: 100%;
  }
  .info-page-box {
    padding: 0.25rem 0;
  }
  .info-page-box .p {
    width: 100%;
    max-width: 100%;
    font-size: 0.26rem;
  }
  .put-news .title {
    padding-bottom: 0.3rem;
    font-size: 0.32rem;
  }
}
.talent-concept {
  padding-bottom: 90px;
}
.talent-concept .flex-box .img-box {
  width: 50%;
}
.talent-concept .flex-box .img-box img {
  display: block;
  width: 100%;
}
.talent-concept .flex-box .cont {
  width: 50%;
  padding: 15px 3.57%;
}
.talent-concept .flex-box .cont .h2 {
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333333;
}
.talent-concept .flex-box .cont .word {
  font-size: 15px;
  line-height: 2em;
  color: #555555;
}
@media (max-width: 1200px) {
  .talent-concept {
    padding-bottom: 0.6rem;
  }
  .talent-concept .flex-box .img-box {
    width: 100%;
  }
  .talent-concept .flex-box .cont {
    width: 100%;
    padding: 0.35rem;
  }
  .talent-concept .flex-box .cont .h2 {
    margin-bottom: 0.8em;
    font-size: 0.3rem;
  }
  .talent-concept .flex-box .cont .word {
    font-size: 0.26rem;
    line-height: 1.7em;
  }
}
.join-block {
  padding-bottom: 65px;
}
.join-block .list10 {
  margin-top: 38px;
}
@media (max-width: 1500px) {
  .join-block {
    padding-bottom: 45px;
  }
  .join-block .list10 {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .join-block {
    padding-bottom: 0.6rem;
  }
  .join-block .list10 {
    margin-top: 0.2rem;
  }
}
.contact-block-a {
  padding-bottom: 90px;
}
.contact-block-a .cont {
  padding: 45px;
  font-size: 18px;
  line-height: 1.6em;
  color: #555555;
}
.contact-block-a .cont .h2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: var(--main-color);
}
.contact-block-a .cont .hr {
  margin-top: 2.1em;
  margin-bottom: 2.1em;
  border: 0 none;
  border-top: 1px solid #e9e9e9;
}
.contact-block-a .cont .word {
  --pad: 10px;
  margin: calc(var(--pad)*-1);
}
.contact-block-a .cont .word .wid {
  padding: var(--pad);
}
.contact-block-a .map-box .map {
  width: 100%;
  height: 100%;
  height: 445px;
}
.contact-form {
  padding-bottom: 70px;
}
.contact-form .hr {
  margin-bottom: 28px;
  border: 0 none;
  border-top: 1px solid #e6e6e6;
}
.contact-form .form {
  --pad: 16px;
  --h: 46px;
  margin: calc(var(--pad)*-1);
  color: #555555;
}
.contact-form .form .input-box {
  padding: var(--pad);
}
.contact-form .form .input-box .input {
  border: 1px solid #d0d0d0;
  width: 100%;
  padding: 10px 1.3em;
  font-size: 14px;
  line-height: calc(var(--h) - 10px*2);
}
.contact-form .form .input-box .input::placeholder {
  color: #555555;
}
.contact-form .form .input-box textarea {
  display: block;
  height: 200px;
}
.contact-form .form .code-box .input {
  width: 232px;
}
.contact-form .form .code-box img {
  margin-left: 12px;
  width: 134px;
  height: var(--h);
  object-fit: fill;
  cursor: pointer;
}
.contact-form .form .submit-box .submit {
  width: 220px;
  line-height: var(--h);
  max-width: 100%;
  padding: 0 1.5em;
  background-color: var(--main-color);
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  line-height: calc(var(--h) + 2px);
  color: #ffffff;
  transition: all 0.3s;
}
.contact-form .form .submit-box .submit:hover {
  background-color: var(--main-hover-color);
}
@media (max-width: 1500px) {
  .contact-block-a {
    padding-bottom: 60px;
  }
  .contact-block-a .cont {
    padding: 40px;
    font-size: 17px;
  }
  .contact-block-a .cont .h2 {
    font-size: 26px;
  }
  .contact-block-a .cont .hr {
    margin-top: 1.7em;
    margin-bottom: 1.7em;
  }
  .contact-block-a .cont .word {
    --pad: 7px;
  }
  .contact-block-a .map-box .map {
    height: 400px;
  }
  .contact-form {
    padding-bottom: 60px;
  }
  .contact-form .hr {
    margin-bottom: 23px;
  }
  .contact-form .form {
    --pad: 10px;
    --h: 42px;
  }
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-bottom: 0.6rem;
  }
  .contact-block-a .cont {
    padding: 0.35rem;
    font-size: 0.28rem;
  }
  .contact-block-a .cont .h2 {
    font-size: 0.32rem;
  }
  .contact-block-a .cont .hr {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .contact-block-a .cont .word {
    --pad: 0.2em;
  }
  .contact-block-a .map-box .map {
    height: 6rem;
  }
  .code-box .input {
    width: 50%;
  }
  .code-box img {
    margin-left: 10%;
    width: 40%;
  }
  .contact-form {
    padding-bottom: 0.6rem;
  }
  .contact-form .hr {
    margin-bottom: 0.32rem;
  }
  .contact-form .form {
    --pad: 0.12rem;
    --h: 0.7rem;
  }
  .contact-form .form .input-box .input {
    padding: 0.1rem 1.2em;
    line-height: calc(var(--h) - 0.1rem*2);
  }
  .contact-form .form .code-box .input {
    width: 60%;
  }
  .contact-form .form .code-box img {
    margin-left: 2%;
    width: 38%;
  }
}
/*网站地图*/
.website_bg {
  overflow: hidden;
  background: #eaeaea;
  padding-bottom: 5%;
  padding-top: 1.5%;
}
.website_t {
  height: 36px;
  line-height: 36px;
  /*background:#F2F0EC; */
  color: #333;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.website_t a {
  color: #333;
}
.sitemap_main {
  overflow: hidden;
}
.sitemap_main dd {
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  display: block;
  float: left;
  height: 31px;
  width: calc(19.2% - 2px);
  width: -webkit-calc(17.2%);
  width: -moz-calc(17.2%);
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  /*border: 1px dashed #dddddd;*/
  text-overflow: ellipsis;
}
.sitemap_main dd:nth-child(5n+0) {
  margin-right: 0;
}
.sitemap_main dd a {
  display: block;
  color: #333;
}
.sitemap_main dd a:Hover {
  /*color:#004a97;*/
  background: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  /*网站地图*/
  .sitemap_main dd {
    width: calc(24.25% - 2px);
    width: -webkit-calc(22.25%);
    width: -moz-calc(22.25%);
  }
  .sitemap_main dd:nth-child(5n+0) {
    margin-right: 1%;
  }
  .sitemap_main dd:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /*网站地图*/
  .website_t {
    font-size: 15px;
  }
  .sitemap_main dd {
    width: calc(32.66% - 2px);
    width: -webkit-calc(30.66%);
    width: -moz-calc(30.66%);
    font-size: 13px;
  }
  .sitemap_main dd:nth-child(4n+0) {
    margin-right: 1%;
  }
  .sitemap_main dd:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  /*网站地图*/
  .website_t {
    font-size: 14px;
  }
  .sitemap_main dd {
    width: calc(49.5% - 2px);
    width: -webkit-calc(47.5%);
    width: -moz-calc(47.5%);
    font-size: 12px;
  }
  .sitemap_main dd:nth-child(3n+0) {
    margin-right: 1%;
  }
  .sitemap_main dd:nth-child(2n+0) {
    margin-right: 0;
  }
}
.auto-info-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.auto-info-block .auto-info-h2 {
  margin-bottom: 0.9em;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.auto-info-block .auto-info-h2::after {
  content: '';
  display: block;
  margin: 0.3em auto;
  width: 2em;
  height: 3px;
  background: var(--main-color);
}
.auto-info-block .auto-info-text {
  font-size: 17px;
  line-height: 1.8em;
  color: #666666;
}
.auto-info-block .auto-info-text p + p {
  margin-top: 0.1em;
}
@media (max-width: 1500px) {
  .auto-info-block {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .auto-info-block .auto-info-h2 {
    margin-bottom: 0.9em;
    font-size: 24px;
  }
  .auto-info-block .auto-info-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .auto-info-block {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .auto-info-block .auto-info-h2 {
    margin-bottom: 0.9em;
    font-size: 0.32rem;
  }
  .auto-info-block .auto-info-text {
    font-size: 0.28rem;
  }
}

.syxwlist { width:33%; float:left;}
